BoundaryChecks

Activates or inactivates boundary checking for mouse coordinates. Boundary checking prevents using coordinates outside a control's boundary. If boundary checking is on, mouse actions that attempt to go outside the control's boundary cause the script to fail.

Syntax

BoundaryChecks(True/False)

Arguments

Argument Description
True/False True activates boundary checking and False deactivates it.

Example

BoundaryChecks(False)